disconnect

@get:JvmName(name = "getDisconnect")
@set:JvmName(name = "setDisconnect")
var disconnect: Boolean
Tell API server we are disconnecting now.
This is useful for serial links where there is no hardware/protocol based notification that the client has dropped the link.
(Sending this message is optional for clients)

bool disconnect = 4;